projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9cb6f3
)
* buffer.c (struct sortstr.priority): Now EMACS_INT, not int.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Jun 2011 07:49:50 +0000
(
00:49
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Jun 2011 07:49:50 +0000
(
00:49
-0700)
src/ChangeLog
patch
|
blob
|
history
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3bdc58255478f410a64e9385c7b8ddc4e3bf44d1..6630ae1cb2b8f3fc7511a2efa8a8ea0f95f64f13 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2011-06-17 Paul Eggert <eggert@cs.ucla.edu>
- * buffer.c (struct sortvec.priority): Now EMACS_INT, not int.
+ * buffer.c (struct sortvec.priority, struct sortstr.priority):
+ Now EMACS_INT, not int.
2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
diff --git
a/src/buffer.c
b/src/buffer.c
index f21f652fa3ebf987d5fe09bb283afe0f49fc846c..898b4572450d6868868e4497cad3fd96a1010fde 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-2927,7
+2927,7
@@
struct sortstr
{
Lisp_Object string, string2;
int size;
-
int
priority;
+
EMACS_INT
priority;
};
struct sortstrlist